home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / my_house.swf / scripts / frame_10 / DoAction.as
Text File  |  2011-01-13  |  129b  |  10 lines

  1. cnt = 1;
  2. if(_framesloaded >= _totalframes)
  3. {
  4.    this.gotoAndPlay(_currentframe + 1);
  5. }
  6. else
  7. {
  8.    this.gotoAndPlay(1);
  9. }
  10.